home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / ftpcli1a / frmtrans.frm next >
Text File  |  1998-10-13  |  1KB  |  35 lines

  1. VERSION 5.00
  2. Object = "avifile"; "avi"
  3. Begin VB.Form frmtransmit 
  4.    Caption         =   "Transmitting"
  5.    ClientHeight    =   1815
  6.    ClientLeft      =   60
  7.    ClientTop       =   345
  8.    ClientWidth     =   4590
  9.    LinkTopic       =   "Form1"
  10.    ScaleHeight     =   1815
  11.    ScaleWidth      =   4590
  12.    StartUpPosition =   3  'Windows Default
  13.    Begin VB.CommandButton Cancel1 
  14.       Caption         =   "&Cancel"
  15.       Height          =   495
  16.       Left            =   3120
  17.       TabIndex        =   0
  18.       Top             =   1080
  19.       Width           =   1215
  20.    End
  21.    Begin avifileCtl.avifile avifile1 
  22.       Height          =   600
  23.       Left            =   240
  24.       OleObjectBlob   =   "frmtransmit.frx":0000
  25.       TabIndex        =   1
  26.       Top             =   240
  27.       Width           =   3900
  28.    End
  29. End
  30. Attribute VB_Name = "frmtransmit"
  31. Attribute VB_GlobalNameSpace = False
  32. Attribute VB_Creatable = False
  33. Attribute VB_PredeclaredId = True
  34. Attribute VB_Exposed = False
  35.